home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00229_Script_Cursor2 < prev    next >
Text File  |  1999-02-25  |  288b  |  12 lines

  1.  
  2. on mouseWithin me
  3.   set the cursor of sprite the currentSpriteNum to [41,42]
  4.   set the visibility  of sprite 18 = TRUE
  5.     set the visibility  of sprite 23 = TRUE
  6. end
  7.  
  8. on mouseLeave me
  9.   set the visibility of sprite 18 = FALSE
  10.     set the visibility of sprite 23 = FALSE
  11. end
  12.